From: Peter Marheine Date: Mon, 8 Jan 2018 05:24:23 +0000 (+1100) Subject: Recover implied --all for virtual workspace docs X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~55^2~3 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=68749296495967be591491100551670de2712b97;p=cargo.git Recover implied --all for virtual workspace docs First changed in 1240f42c899fbba8bf85e493c3beb9f82227a09a which failed to update the book and was replaced in 1271bb4de0c0e0a085be239c2418af9c673ffc87. --- diff --git a/src/doc/src/reference/manifest.md b/src/doc/src/reference/manifest.md index 144809784..470838e0d 100644 --- a/src/doc/src/reference/manifest.md +++ b/src/doc/src/reference/manifest.md @@ -537,9 +537,8 @@ crate will be treated as a normal package, as well as a workspace. If the manifest*. When working with *virtual manifests*, package-related cargo commands, like -`cargo build`, won't be available anymore. But, most of such commands support -the `--all` option, will execute the command for all the non-virtual manifest in -the workspace. +`cargo build`, default to all packages in the workspace as if `--all` was used. +This can be changed by passing a `--package` or `-p` command-line parameters. #TODO: move this to a more appropriate place ### The project layout